home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / ncsat.cpt / Telnet2.5 final / tcpip / confile.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-23  |  289 b   |  35 lines

  1. extern void Sgetconfig
  2.   (
  3.     struct config *cp
  4.   );
  5.  
  6. extern int Sreadhosts
  7.   (
  8.     void
  9.   );
  10.  
  11. extern void Ssetgates
  12.   (
  13.     void
  14.   );
  15.  
  16. extern int Snewns
  17.   (
  18.     void
  19.   );
  20.  
  21. extern void Shostfile
  22.   (
  23.     char *ptr
  24.   );
  25.  
  26. extern int Ssetns
  27.   (
  28.     unsigned char ipn[4]
  29.   );
  30.  
  31. extern int Sissep
  32.   (
  33.     int c
  34.   );
  35.